home *** CD-ROM | disk | FTP | other *** search
- /* SN PhoneChecker v1.0 */
- options results;call CAR;gu=getuser;ss=sendstring;gu 10;l4=right(result,4);cnt=0
- ss"n1c9Last four digits of your data phone number: "
- GO:;ss"h4ca";do i=1 to 4;getchar;a.i=result;ss a.i;call CAR;end
- a=a.1||a.2||a.3||a.4;if a=l4 then do;ss"h4c9Confirmed!n1";exit;end
- cnt=cnt+1;if cnt=3 then do;ss"h4c9Failed!n1";gu 7;addtime 0-result;exit;end;signal GO
- CAR:;getcarrier;if result="FALSE" then exit;return
-